home *** CD-ROM | disk | FTP | other *** search
/ Red Alert Add-levels & Utilities / Red Alert Shareware.7z / EDITORS / RAG97ES.ZIP / rag97es.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Encoding:
Text File  |  1997-02-02  |  3.1 KB  |  100 lines

  1. object Form2: TForm2
  2.   Left = 334
  3.   Top = 175
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'RA-Path'
  7.   ClientHeight = 306
  8.   ClientWidth = 225
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object DriveBox: TDriveComboBox
  17.     Left = 8
  18.     Top = 168
  19.     Width = 209
  20.     Height = 19
  21.     TabOrder = 0
  22.   end
  23.   object DirBox: TDirectoryListBox
  24.     Left = 8
  25.     Top = 8
  26.     Width = 209
  27.     Height = 153
  28.     ItemHeight = 16
  29.     TabOrder = 1
  30.   end
  31.   object AbbrechenB: TBitBtn
  32.     Left = 120
  33.     Top = 272
  34.     Width = 89
  35.     Height = 25
  36.     Caption = '&Cancel'
  37.     TabOrder = 2
  38.     OnClick = AbbrechenBClick
  39.     Glyph.Data = {
  40.       76010000424D7601000000000000760000002800000020000000100000000100
  41.       04000000000000010000130B0000130B00000000000000000000000000000000
  42.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  43.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  44.       3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  45.       33333337777FF377FF3333993370739993333377FF373F377FF3399993000339
  46.       993337777F777F3377F3393999707333993337F77737333337FF993399933333
  47.       399377F3777FF333377F993339903333399377F33737FF33377F993333707333
  48.       399377F333377FF3377F993333101933399377F333777FFF377F993333000993
  49.       399377FF3377737FF7733993330009993933373FF3777377F7F3399933000399
  50.       99333773FF777F777733339993707339933333773FF7FFF77333333999999999
  51.       3333333777333777333333333999993333333333377777333333}
  52.     NumGlyphs = 2
  53.   end
  54.   object SpeichernB: TBitBtn
  55.     Left = 16
  56.     Top = 272
  57.     Width = 89
  58.     Height = 25
  59.     Caption = '&Save'
  60.     TabOrder = 3
  61.     OnClick = SpeichernBClick
  62.     Glyph.Data = {
  63.       78010000424D7801000000000000760000002800000020000000100000000100
  64.       04000000000000000000120B0000120B00000000000000000000000000000000
  65.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  66.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  67.       555555555555555555555555555555555555555555FF55555555555559055555
  68.       55555555577FF5555555555599905555555555557777F5555555555599905555
  69.       555555557777FF5555555559999905555555555777777F555555559999990555
  70.       5555557777777FF5555557990599905555555777757777F55555790555599055
  71.       55557775555777FF5555555555599905555555555557777F5555555555559905
  72.       555555555555777FF5555555555559905555555555555777FF55555555555579
  73.       05555555555555777FF5555555555557905555555555555777FF555555555555
  74.       59905555555555555777555555555555555555555555555555550000}
  75.     NumGlyphs = 2
  76.   end
  77.   object GroupBox3: TGroupBox
  78.     Left = 8
  79.     Top = 200
  80.     Width = 209
  81.     Height = 65
  82.     Caption = 'Help:'
  83.     TabOrder = 4
  84.     object Label2: TLabel
  85.       Left = 8
  86.       Top = 24
  87.       Width = 193
  88.       Height = 33
  89.       AutoSize = False
  90.       Caption = 'Choose your RA directory and save it.'
  91.       Font.Color = clWindowText
  92.       Font.Height = -11
  93.       Font.Name = 'MS Sans Serif'
  94.       Font.Style = []
  95.       ParentFont = False
  96.       WordWrap = True
  97.     end
  98.   end
  99. end
  100.